N
N
NikFedoseev2018-10-15 11:11:42
git
NikFedoseev, 2018-10-15 11:11:42

How to properly implement team development of a chat bot?

Hello, tell me how to implement the team development of a chat bot?
Now there is a working server that processes the callback producing from VK.
Several developers.
Need to make a virtual host for each developer and have each host handle the callback?
Then, when a bot sends a message, won't an event be sent, processed by several hosts, and several messages will also be returned back?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nur-Magomed, 2018-10-29
@efive

You don’t need to put it into production right away, let each developer write tests for his feature and run it on his local server. You can write code that mimics VK callbacks. And the verified code can be merged and uploaded to a real server.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question