Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davish/chat-demo
Small message-center webapp in Python with Google App Engine
https://github.com/davish/chat-demo
Last synced: 24 days ago
JSON representation
Small message-center webapp in Python with Google App Engine
- Host: GitHub
- URL: https://github.com/davish/chat-demo
- Owner: davish
- Created: 2015-04-05T06:09:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-05T19:20:52.000Z (over 9 years ago)
- Last Synced: 2024-10-15T07:46:00.919Z (2 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chat
====Basic chat app built with Google Appengine.
To run locally (make sure you have the [App Engine SDK](https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python) installed):
1. `git clone https://github.com/dbh937/chat-demo.git`
2. `cd chat-demo`
3. `dev_appserver.py davishaupt-chat`
4. visit `localhost:8080`Hosted at [http://davishaupt-chat.appspot.com/](http://davishaupt-chat.appspot.com/)