Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Code
- 웹뷰
- window
- Firebase
- 개발자
- IOS
- Xcode
- mac
- MacOS
- darkmode
- Swift
- error
- Apple
- 한글
- iOS16
- Notification
- shorebird
- Archive
- UIButton
- geofencing
- Session
- rxswift
- github
- appstore
- Realm
- 이미지
- FLUTTER
- SwiftUI
- JPA
- Git
Archives
- Today
- Total
목록포트포워딩 (1)
EEYatHo 앱 깎는 이야기

0. 들어가기 전, 참고사항 macOS 환경. python3 으로 간단한 웹 서버 구현. LGU+ wifi 100 공유기 모델명: CAPD-6000 를 사용. 포트넘버는 9999를 사용. 1. 로컬서버 열기 1. html 생성 ( testHtml.html ) 2. 커맨드창에서 html 디렉토리로 이동 ( 나같은 경우 Desktop ) cd /Users/{사용자명}/Desktop 3. python3 -m http.server 9999 입력 python3 -m http.server 9999 4. http://localhost:9999/testHtml.html 으로 로컬서버 열린 것 확인 가능. 2. 포트포워딩 1. 커맨드창에서 ifconfig | grep inet 입력 ifconfig | grep inet ..
Server
2023. 3. 18. 02:40