Skip to content

A simple, dynamic chatroom web application built on Flask-SocketIO

Notifications You must be signed in to change notification settings

andrew-sha/smalltalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smalltalk

A simple, dynamic chatroom web application built on Flask-SocketIO

Setup

  1. Clone this repository
  2. Install the dependencies using pip install -r requirements.txt
  3. Run python3 server.py or flask --app server run to begin a local instance of the site
  4. Open the url returned by the output of the above command, i.e. http://127.0.0.0.1:5000 and begin chatting!

To enter the application as a new user, open the site in a new browser or tab.

About

A simple, dynamic chatroom web application built on Flask-SocketIO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published