Skip to content

noBackend/presskit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

noBackend presskit

Blogger, fan, journalist? Feel free to use, share & remix our media resources as you please. Anything missing? We're happy to help: http://twitter.com/noBackend

Download the entire presskit here: https://github.com/nobackend/presskit/archive/gh-pages.zip

What is noBackend

noBackend is new approach to build data-driven apps without thinking backend. It enables frontend developers to do common backend tasks by themselves, like user authentication, sending emails, or payments.

There are several products and services that providucts that go in this direction, some we are aware of are

The goal of noBackend

noBackend aims to empower as many people as possible to create real apps by following the new approach. We do it by promoting the perspective of frontend developers with something we call "dreamcode". With "dreamcode", any frontend developer can express how he'd like to be able to accomplish a common backend task it a way that he's comfortible with.

For example, to send an email, a noBackend solution could provide a method that looks like this:

sendEmail({
  to: "[email protected]",
  from: "[email protected]",
  subject: "Meeting tomorrow",
  text: "Hey Joe,\n\nwhen are we going to meet tomorrow?\n\n– Jane"
}).then( function() {
  alert("Email has been sent")
})

More examples and discussion can be found at http://nobackend.org/dreamcode.

External resources

Original Talk at Front-Trends Conference in Warsaw, April 2013: https://vimeo.com/67553019

Great talk by Alex at JSConf EU, September 2013 http://www.youtube.com/watch?v=ARophKqA4E0

Who is behind noBackend

noBackend has been initiatev by Gregor Martynus. But everyone is more than invited to promote the discussion.

Logo

Questions

If you have any questions, contact us via twitter

Releases

No releases published

Packages

No packages published