|
You are here |
www.thepolyglotdeveloper.com | ||
| | | | |
dusty.phillips.codes
|
|
| | | | | Rescript is a delightful programming language pulling in the best elements of Javascript and functional languages without the worst bits of either. In this article, we create a graphql server in Rescript. | |
| | | | |
janikvonrotz.ch
|
|
| | | | | For my last project I had to build a web application to administrate a MongoDB database. Due to using Meteor quite a lot I heard about Graphql and the Apollostack. Graphql, which is a specification done by Facebook engineers, promises to be the better REST API (which I hope it is). I became curious and decided the build the server API with Apollo. First I tried to evade using the Meteor as build system as I don't want to get too accustomed to this full-stack ecosystem. However, building a live-reload server and client build system in ES6 with Node.js, Babel and Webpack was simply too much work compared to building this simple web app. So in result this was my stack: | |
| | | | |
juffalow.com
|
|
| | | | | A brief tutorial how to create a Node, TypeScript and GraphQL server from scratch with MySQL database. The ouput is a very basic GraphQL server, which you can run, send a simple query to it and get a response. The whole project is available on GitHub. | |
| | | | |
hansreinl.de
|
|
| | | How to use npm as a task-based build system for front-end projects by using different CLIs and npm's scripts for JavaScript and CSS. | ||