NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
# What is a front-end developer? A front-end developer architects and develops websites and applications using web technologies (i.e. HTML, CSS, DOM, and JavaScript), which run on the [web platform](https://en.wikipedia.org/wiki/Open_Web_Platform) or act as compilation input for non-web platform environments (i.e. [NativeScript](https://www.nativescript.org/)). ![](https://box.kancloud.cn/2015-10-19_562456095b2b8.png "https://www.upwork.com/hiring/development/front-end-developer/") image source: [https://www.upwork.com/hiring/development/front-end-developer/](https://www.upwork.com/hiring/development/front-end-developer/) Typically, a person enters into the field of front-end development by learning to develop HTML, CSS, and JS code, which runs in a [web browser](https://en.wikipedia.org/wiki/Web_browser), [headless browser](https://en.wikipedia.org/wiki/Headless_browser), webview, or as compilation input for a native runtime environment. The four run times scenarios are explained below. A web browser is software used to retrieve, present, and traverse information on the WWW. Typically, browsers run on a desktop, laptop, tablet, or phone, but as of late a browser can be found on just about anything (i.e on a fridge, in cars, etc...). The most common web browsers are: - [Chrome](http://www.google.com/chrome/) - [Internet Explorer](http://dev.modern.ie/) - [Firefox](https://www.mozilla.org/firefox/) - [Safari](http://www.apple.com/safari/) Headless browsers are a web browser without a graphical user interface that can be controlled from a command line interface for the purpose of web page automation (e.g. functional testing, scraping, unit testing etc..). Think of headless browsers as a browser that you can run from the command line that can retrieve and traverse web pages. The most common headless browsers are: - [PhantomJS](http://phantomjs.org/) - [slimerjs](http://slimerjs.org/) - [trifleJS](http://triflejs.org/) Webviews are used by a native OS to run web pages. Think of a webview like an iframe or a single tab from a web browser that is embedded in a native application running on a device. The most common solutions for webview development are: - [Cordova](https://cordova.apache.org/) (typically for native phone/tablet apps) - [NW.js](https://github.com/nwjs/nw.js) (typically used for desktop apps) - [Electron](http://electron.atom.io/) (typically used for desktop apps) Eventually, what is learned from web browser development can be used by front-end developers to craft code for environments that are not fueled by a browser engine. As of late, development environments are being dreamed up that use web technologies (e.g. CSS and JavaScript), without web engines, to create truly native applications. Some examples of these environments are: - [NativeScript](https://www.nativescript.org/) - [React Native](https://facebook.github.io/react-native/)