|
|
|
|
|
by SahAssar
2303 days ago
|
|
If it is a small project I'd recommend just using the built in http server. It is what all these projects use anyway, and if it's just a few routes it's usually easier to just use that instead of pulling in more dependencies. |
|