All Projects → javascript-obfuscator → Javascript Obfuscator Ui

javascript-obfuscator / Javascript Obfuscator Ui

Licence: bsd-2-clause
A web UI to the JavaScript Obfuscator node.js package.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Javascript Obfuscator Ui

Typescript Mern Starter
Build a real fullstack app (backend+website+mobile) in 100% Typescript
Stars: ✭ 154 (+8.45%)
Mutual labels:  express, semantic-ui
Forest Themes
A collection of themes for Semantic UI.
Stars: ✭ 137 (-3.52%)
Mutual labels:  semantic-ui
Express Routemap
Display all your express routes in the terminal!
Stars: ✭ 131 (-7.75%)
Mutual labels:  express
Bootstrap Table
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
Stars: ✭ 11,068 (+7694.37%)
Mutual labels:  semantic-ui
React Express Starter
A starter kit for React applications with a back end server all in the same project
Stars: ✭ 133 (-6.34%)
Mutual labels:  express
Nextjs Express
A simple app using Next.js
Stars: ✭ 136 (-4.23%)
Mutual labels:  express
Express Env Example
A sample express environment that is well architected for scale. Read about it here:
Stars: ✭ 130 (-8.45%)
Mutual labels:  express
2019 Ncov Frontend
🌏 Map, data and timeline of coronavirus (COVID-19)
Stars: ✭ 141 (-0.7%)
Mutual labels:  express
React Starter Boilerplate Hmr
React starter boilerplate with React Fast Refresh, React 17 and Webpack 5
Stars: ✭ 137 (-3.52%)
Mutual labels:  semantic-ui
Node Elm
基于 node.js + Mongodb 构建的后台系统
Stars: ✭ 11,224 (+7804.23%)
Mutual labels:  express
Nodejs Rest Api Project Structure Express
Nodejs project structure practices for building RESTful APIs using Express framework and MongoDB.
Stars: ✭ 134 (-5.63%)
Mutual labels:  express
Bandwidth Hero Proxy
⚡️ Proxy that compresses images to low-resolution
Stars: ✭ 130 (-8.45%)
Mutual labels:  express
Universal React Tutorial
📓 How to build universal web apps with React.
Stars: ✭ 136 (-4.23%)
Mutual labels:  express
Wxapp
🙋travelib-node 流动图书Node.js后端
Stars: ✭ 132 (-7.04%)
Mutual labels:  express
163music
🎵163 music web app built with Vue 2.6, server side render, webpack 4
Stars: ✭ 139 (-2.11%)
Mutual labels:  express
Graphbrainz
A fully-featured GraphQL interface for the MusicBrainz API.
Stars: ✭ 130 (-8.45%)
Mutual labels:  express
Manual Node
📗 📒 (PT-BR Tradução) 2020 Edition - Tradução por Christy e Vinicius Dias (https://github.com/ViniciusmDias).
Stars: ✭ 134 (-5.63%)
Mutual labels:  express
Javascript Testing Best Practices
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2021)
Stars: ✭ 13,976 (+9742.25%)
Mutual labels:  express
Jest Express
Mock Express for testing with Jest
Stars: ✭ 141 (-0.7%)
Mutual labels:  express
Koa2 Blog
第一个web项目,仿照cnode,欢迎新建账号试用
Stars: ✭ 141 (-0.7%)
Mutual labels:  semantic-ui

Web UI for JavaScript Obfuscator

This project is a web interface to the javascript obufscator project.

You can see it running here: obfuscator.io

Running it

Building the react project:

$ yarn # or npm install
$ npm run updatesemantic
$ npm run webpack:dev

Running the express server:

$ node server.js

The server runs on http://localhost:3000/

License

Copyright (C) 2016-2018 Tiago Serafim

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].