Skip to content

alexsv/pyacies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

 Overview
----------
 PyAcies is game framework to build MMORPG. It's written using event-driven approach to avoid c10k problem. 
 It uses circuits framework as a backend, and will use html5 + websockets for communication.

 Usage
-------
 You should have circuits framework installed
 pip install circuits

 For now it's run by next command:
 python pyacies/server.py

 which runs server on 8000 port, and accessible by ws://127.0.0.1:8000/ws

 Libraries used
----------------

About

Python framework for building mmorpg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages