Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikaelm1/blind-chat-api

A flask socketio server for a chat app
https://github.com/mikaelm1/blind-chat-api

Last synced: about 1 month ago
JSON representation

A flask socketio server for a chat app

Awesome Lists containing this project

README

        

# Blind Chat

[![Build Status](https://travis-ci.org/mikaelm1/blind-chat-api.svg?branch=master)](https://travis-ci.org/mikaelm1/blind-chat-api)

A Flask backend for a chat application. Uses [Flask-SokcetIO](https://github.com/miguelgrinberg/Flask-SocketIO) library for chat functionality. Simple RESTful routes for user login/registration.

## Getting Started

Instructions for setting up the server and using a sample iOS client can be found [here](https://github.com/mikaelm1/blind-chat-ios).