Skip to content

Corba Python Chat: Server running Flask and multiple clients with QT

Notifications You must be signed in to change notification settings

mileo/corba-python-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corba Chat

Summary:

  • Flask Microservice
  • Chat application
  • Corba protocol

Install Server

  • Fork this repository
  • Clone this repository
  • Dependencies
  • python-omniorb
  • omniidl
  • omniidl-python
  • omniorb
  • omniorb-nameserver

On ubuntu 16.04: > sudo apt-get install python-omniorb omniidl omniidl-python omniorb omniorb-nameserver

` virtualenv -p python3.5 env --system-site-packages source env/bin/activate exit pip install -r requirements.txt `

Using

` python app.py `

About

Corba Python Chat: Server running Flask and multiple clients with QT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published