Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement basic features #1

Open
haneefmubarak opened this issue Mar 11, 2014 · 5 comments
Open

implement basic features #1

haneefmubarak opened this issue Mar 11, 2014 · 5 comments

Comments

@haneefmubarak
Copy link
Owner

as outlined in xenia-project/xenia#64

@XePeleato
Copy link
Collaborator

In my oppinion a good start point can be the user management, a web interface and a database, i think it's the easiest part

@haneefmubarak
Copy link
Owner Author

Yeah. For networking I've pretty much settled on libev, and I think I can handle that portion.

@XePeleato if you'd like to do the DB, could you come up with a list of tables that you think we should use along w/ fields? Make a new issue and mention this issue by citing #1 somewhere in that issue. As for the web interface, until we get the server running, a web interface won't be doing much 😆 .

Irrespective of what we come up with though, we need to find some sort of persistent DB+Storage (preferably in the cloud) that we can use.

@XePeleato
Copy link
Collaborator

Sure

@substanc3-dev
Copy link
Collaborator

Ok, so heartbeat done.
Basic socketing done.
This is as of commit 4c4e753 .

@haneefmubarak
Copy link
Owner Author

Apparently, despite its performance, libev severely lacks documentation and there are few guides on using it. Switched to libevent in its place in commit 63f9b62.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants