An anonymous chatting server you can deploy for your friends. See it in action: https://sendverse-python.herokuapp.com/
This repo includes the server side and frontend software required to run your own chatting app. The server is written in Python and the frontend is written in javascript. It uses Flask to serve files, and socket.io, for the the realtime communication between the server and client.
In this repo, you will find the server-side software, main.py, and the frontend, deployable software, located in the static directory. The frontend src files are located in the src directory.
To clone this repo:
git clone https://github.com/liam-ilan/sendverse-python.gitTo start up a local server on port 5000:
npm startnote: you will be starting a python server.
Start up a localhost on port 5000 for python development:
npm startFor JavaScript development start Webpack:
npm run jsLint javascript:
npm run lintI'm Liam Ilan, a 13 year old software developer who is never working, but always playing around. I thank my dad who is like super duper awesome!!!!1 (not me)