X2 – or “Times2” – Framework for Node.js is a collection of modules published with NPM and designed to provide a complete toolset for creating back-end applications that expose RESTful APIs and are backed with a SQL database.
Category Archives: Node.js

REST-less yet ? Try GraphQL
Lets face it, REST can can have its downsides e.g :
- dealing with a whole bunch of endpoints in a typical application
- performing multiple roundtrips to the server for multiple resources in order to get data for a single page of the UI
- getting the request parameters right
- dealing with api versions – coupling between the client and the responses from the server
- over-fetching of information that is not needed
Get an introduction to X2!
Join us on Wednesday, May 2nd, at the Boyle Software office for an introduction to X2 – or “Times2” – the framework for rapid back-end application development in Node.js. Learn all about the capabilities of this complete, lightweight, and ready framework.
Simple AWS Lambda and API Gateway with Claudia.js
For any of you Node.js folks out there already using serverless frameworks like ‘The Serverless Framework‘ , you’ll definitely want to checkout the really cool Claudia.js framework…
Claudia makes it easy to deploy Node.js projects to AWS Lambda and API Gateway. It automates all the error-prone deployment and configuration tasks, and sets everything up the way JavaScript developers expect out of the box. Continue reading
Do you PHP?
Are you an experienced PHP5 developer? Are you well versed in object-oriented programming in the LAMP stack? If you answered, “Yes, that’s me!”, you could be a great fit for our ever-growing team of bright, talented technologists.
We’re currently looking to hire a developer who wants to expand his/her current knowledge and learn the latest JavaScript frameworks and libraries: Node.js, Angular.js, etc. Candidates with additional experience with other tech – Python, Django, Java, Eclipse – will have a big advantage.
Focus on code over infrastructure with Google App Engine Flexible Environment

RESTful Web-Service Using X2
Serverless v1.14 released
X2 TechTalk enlightens
x2node’s creator, Lev Gimelfarb, presented an excellent TechTalk last night at Boyle Software’s NYC headquarters. Lev gave a high-level overview of X2 – pronounced “Times Two” – and provided a demo of the brand new Node.js-based framework in action.
Hapi’ly developing Node.js applications
Reminding me slightly of early Java web applications that existed before Apache Struts came along, similarly, Node,js applications developed by different teams and developers can vary widely in terms of structure and style.
From wildly different index.js files to custom express() and mvc patterns it can be difficult moving from one project to another and learning the new style imposed.
Although there are many frameworks for building web applications with Node.js, now, with the advent of Hapi.js though, Node applications for websites, APIs, single page applications or any kind of networked JavaScript HTTP service are now fun and familiar to work with. Continue reading