lukeed / polka

A micro web server so fast, it'll make you dance! :dancers:
MIT License
5.39k stars 172 forks source link

What should we use to manage sessions? #177

Open bigansh opened 3 years ago

bigansh commented 3 years ago

Is there something like express-session that we can use to manage sessions? Or can we just use express-session with polka?

jgod commented 2 years ago

I use express-session

bigansh commented 2 years ago

Just wanted to ask if we can continue to use that.