-
Notifications
You must be signed in to change notification settings - Fork 25
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
Comments
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 |
@DmitryEfimenko , it's will be just an example how to work with |
I'm working on add mongodb and mongoose, and jwt. PD: it's the first time that i working with ng-2 fullstack, maybe the code can contain some errors. |
@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! |
Client-Server ng2 Redis integration:
name-list.service.ts
.client
)name-list
, parsed fromRedis
client
)name
toname-list
.client
)name
fromname-list
.Create
server
service for some new testCRUD
game/app.app/game
.The text was updated successfully, but these errors were encountered: