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

Angular 2 Redis Integration #5

Closed
2 of 7 tasks
vyakymenko opened this issue Jul 30, 2016 · 4 comments
Closed
2 of 7 tasks

Angular 2 Redis Integration #5

vyakymenko opened this issue Jul 30, 2016 · 4 comments

Comments

@vyakymenko
Copy link
Owner

vyakymenko commented Jul 30, 2016

Client-Server ng2 Redis integration:

  • Server side service name-list.service.ts.
  • Get (client) name-list, parsed from Redis
  • Add (client) name to name-list.
  • Delete (client) name from name-list.

Create server service for some new test CRUD game/app.

  • App/Game proposition.
  • Server side service for app/game.
  • Client-side logic.
@DmitryEfimenko
Copy link
Contributor

I wanted to clarify the purpose of Redis in this project. Is that basically a database? The persistent storage layer? If so, the logic of accessing it should be moved out to some service like storageService with an appropriate interface so that people who don't want to use Redis can easily switch it out to something else.

@vyakymenko
Copy link
Owner Author

vyakymenko commented Jul 30, 2016

@DmitryEfimenko , it's will be just an example how to work with database.
Of course, developers can use any another way that they want. But we need to give something for them for a start.

@balaguero
Copy link

balaguero commented Oct 19, 2016

I'm working on add mongodb and mongoose, and jwt.
In order to create an unser register and login component.
If i can finish it, i'll share with you :)
Nice Repo

PD: it's the first time that i working with ng-2 fullstack, maybe the code can contain some errors.
PD: if you can add live-reload to server will be great!

@vyakymenko
Copy link
Owner Author

@balaguero , thank you will look for your improvement. Actually, for now, have a lot of work, so when I will have little bit free time will implement a lot of interesting features. Thanks!

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