spring boot 2.0之web应用开发
web应用开发
简介
spring boot 非常适合进行web程序开发。可以通过使用spring-boot-starter-web快速创建一个内嵌tomcat或Jetty,或netty的应用。
阿里云上搭建webRTC 服务器——Licode
阿里云上搭建webRTC 服务器——Licode
系统配置
阿里云服务器
Ubuntu 14.04.5 LTS
Docker 环境搭建
在一台空的机器上搭建docker环境,先要安装docker,执行下面的命令即可:
apt-get update
apt-get install docker.