261 questions
It's only been half a year since I started studying programming.I am thinking of deploying Heroku+Rails+Grunt.The other day you told me about this article (http://qiita.com/icb54615/items/e5d4db164c50...
The website is being implemented.You are about to display [Number of Visitors] on the main screen of the website.By what standard do you usually count the number of visitors?ex) Daily count based on v...
From node I made monitor.js after seeing forever-monitor on github /* monitor.js */var forever = require('forever-monitor');var time = require('./time');var maxRestart = 20;var now = time.getFormStrin...
Testing aws3 in node.js.var AWS = require('aws-sdk');AWS.config.region = 'ap-northeast-1';AWS.config.endpoint = 'archabucket.s3-website-ap-northeast-1.amazonaws.com';var fs = require('fs');var s3 = ne...
Hello, everyone Node.js wants to use socket.io to implement real-time push services on the web.There is a push server and a web server separately, but I want to push to the push server when I write a ...
Hello, I'm a student who is working on the project again after the midterm exam.I'm working on NodeJs project and I'm trying to link it with mongodb using mongoose module.For each iteration of the doc...
We are developing a web app with node.js. I'm going to study and start a startup.I was using mysql and found several issues about it and I'm switching to mariaDB.But... There's traffic from the first ...
Testing on Amazon Web Server. Usually, if you look at the forever example, you run app.js, but once you try it, the process is working, but when you try to access it yourself, it doesn't respond.forev...
First of all, I have about 2 years of experience in developing C#.We are currently building a website.Usually, companies don't know how to develop websites, and I'm based on the Bootstrap themeWebsite...
Related questions (https://hashcode.co.kr/questions/1795/aws-%EC%9D%98-ec2-%EB%A1%9C-%EC%9A%B0%EB%B6%84%ED%88%AC-%EC%84%9C%EB%B2%84-%EA%B5%AC%EC%B6%95%ED%95%98%EC%98%80%EC%8A%B5%EB%8B%88%EB%8B%A4-%ED%...
« | - 13 - | » |
© 2024 OneMinuteCode. All rights reserved.