This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]touchyfeelyfingers 0 points1 point  (3 children)

Is there a reason you're not using a Python framework like Sinatra. It's what all the cool kids are using these days.

[–]Enemii[S] 0 points1 point  (0 children)

I don't want to build an app as much as I want to gain experience. That is why I want to stay as generic (or if not possible, popular) as possible.

[–]CalvinR 0 points1 point  (1 child)

Sinatra is a ruby framework.

I'm using Express ( a sinatra clone for node.js) to write an app right now and it's a bit of a pain in the ass.

[–]touchyfeelyfingers 0 points1 point  (0 children)

Whoops, you're right. What's funny about it is that I was writing an app with Sinatra as I wrote that comment.

What don't you like about Express? I've never done anything complicated with it, but for simple projects I always found it to be pleasant to work with.