1. github.io
github.com에 소스를 올려서 github io로 배포가 가능하다.
html,js,css 소스로 웹페이지를 표현하기 좋다.
장점이자 단점같지만, 소스를 오픈해야 한다.
git 저장소로는 bitbucket(https://bitbucket.org/)도 있다.
2. glitch (https://glitch.com/)
node.js 로 server side script를 쓸수 있다. http request등 여러가지 api를 이용할수 있다.
일정시간 사용하지 않으면, sleep상태가 되는데, awakening때, 약간의 시간이 필요하다.