synth icon indicating copy to clipboard operation
synth copied to clipboard

The first back-end framework specially designed for single-page web applications

Results 13 synth issues
Sort by recently updated
recently updated
newest added

The Synth running well some day ago, but it has some problem after I update the node. When I start a server by `synth server -p 5004` and modify a...

I have detected an re-load error using the lodash 3.2.0. he throws "can not get ...."path" if I reload the browser or load a other site as the root. -->...

First thanks you for your work, it's a good job ;) It could be a good idea to used the commanderjs(http://visionmedia.github.io/commander.js/) lib to handle the synth bin. Let me know...

I have levelDB connection hooked up in a service. But, it fails when the server restarts, as the it already have a lock. So I need to release the lock...

I wanted to make a login page at `/login`, that I can redirect to whenever someone is not logged in. I created a template `front/login/getIndex.jade` and setup the angularjs routes:...

Now that we have services, it's likely that most simple apps won't even need a `back-app.js`, so might as well not require it. When starting using the synth cli, if...

Hi! I have been looking at Synth and I think it's awesome, the Back End side is pretty neat and simple, in fact you read my mind because I was...

Synth is watching the project while in dev mode, might as well add new js and css files to their respective manifest file.

Move the templates from this project into a yeoman generator. Then allow the synth binary to query yeoman for the various synth generators and execute them.

I've been playing around with synth and have found it pretty awesome to do front end prototyping with. One issue I ran into is that if you use bower to...