Devgossip is a commandline forum app for interaction between developers from around the world. It is a safe space for developers to talk about anything and everything. Users can signup, join any room of their choice to interact with other developers and they also have the option to delete their account. Conversations are not saved to give you the freedom to say all you want
The app was built using python. The messages in the forum are relayed using the pusher module to trigger a connection to the pusher server where the app is hosted. .
How to deploy
- install the app using 'pip install devgossip-v2'
- Run the app using 'devgossip-v2'.
Enjoy!!